home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: rrt0012@ibm.net (Cliff Nadler)
- Newsgroups: comp.lang.rexx
- Subject: Re: VX-REXX and Check Boxes Question?
- Date: 1 Jan 1996 20:06:27 GMT
- Distribution: inet
- Message-ID: <4c9es3$10rq@news-s01.ny.us.ibm.net>
- References: <4c93bc$5lm@crow.cybercomm.net>
- Reply-To: rrt0012@ibm.net (Cliff Nadler)
- NNTP-Posting-Host: slip37-247-82.ibm.net
- X-Newsreader: IBM NewsReader/2 v1.2
-
- In <4c93bc$5lm@crow.cybercomm.net>, jwrugo@raven.cybercom.com (John W. Rugo) writes:
- >I am wondering if it is possible to store a result of a check box without
- >saving it to afile?
- >
- >In other words if I am in the program and "Set" a checkbox; How do I keep
- >that checkbox set if I exit the program and restart it?
-
- Couple of possibilities:
-
- 1) Use the SysIni call to put a something in the OS2.INI file (or better yet -
- your own INI file - you shouldn't use OS2.ini unless needed)
-
- 2) Use SysSetObjectData on the program's object to set your own data. You can
- use the COMMENTS or HISTORY keywords (or create your own).
-
- Cliff Nadler
- Team OS/2
- Contributing Author: "OS/2 Warp Unleashed",
- "OS/2 Warp Administrator's Survival Guide"
-
-